home *** CD-ROM | disk | FTP | other *** search
/ Wildcat Gold - The Optical BBS / Wildcat Gold - The Optical BBS (The Golden ROM Series)(Volume 4 Number 1)(The Digital Publishing Company)(1992).ISO / sdn / coned22.sdn / CONED.DOC < prev    next >
Text File  |  1990-10-21  |  23KB  |  515 lines

  1.  
  2.  
  3.       
  4.       
  5.       
  6.       
  7.       
  8.       
  9.       
  10.       
  11.       
  12.       
  13.       
  14.       
  15.       
  16.                                 C O N f i g u r a t i o n
  17.       
  18.                                       E D i t o r
  19.       
  20.       
  21.                                         VER 2.2 
  22.       
  23.       
  24.                                    October 21, 1990
  25.       
  26.       
  27.       
  28.                                    Copyright (c) 1990
  29.       
  30.                                     Ira T. Ashkenes
  31.                                     10288 Abbott Rd
  32.                                   Manassas, VA  22110
  33.       
  34.       
  35.       
  36.       
  37.       
  38.       
  39.       
  40.       
  41.       
  42.       
  43.       
  44.       
  45.       
  46.       
  47.       
  48.       
  49.       
  50.       
  51.       
  52.       
  53.       
  54.       
  55.       
  56.       
  57.       
  58.  
  59.  
  60.  
  61.      ConEd.DOC              October 21, 1990                      Page 2
  62.       
  63.       
  64.       
  65.      Purpose:
  66.         
  67.              CONfiguration EDitor allows a user to boot their PC/MS-DOS
  68.      Computer with any AUTOEXEC.BAT and CONFIG.SYS that they have
  69.      predefined, or interrupt the boot process and create a new one.  Up to
  70.      200 different configurations can be stored and utilized.
  71.       
  72.       
  73.      WHY?
  74.       
  75.              Some history.  As a Software Engineer, I have the need to use
  76.      many  different language compilers.  Each compiler has its own set of
  77.      commands in the AUTOEXEC.BAT file, such as:
  78.       
  79.      @echo off 
  80.      prompt $p$g
  81.      PATH=C:\MSC\BIN;C:\;C:\DOS;C:\EDT;C:\ARC;C:\QMODEM;C:\MASM\BIN SET
  82.      LIB=C:\MSC\LIB 
  83.      SET INCLUDE=C:\MSC\INCLUDE 
  84.      SET TEMP=G:\
  85.       
  86.      and for another compiler I use:
  87.       
  88.       
  89.      @echo off prompt $p$g
  90.      PATH=C:\TC\;C:\TD;C:\TASM;C:\;C:\DOS;C:\EDT;C:\ARC;C:\QMODEM 
  91.      SET LIB=C:\TC\LIB 
  92.      SET INCLUDE=C:\TC\INCLUDE 
  93.      SET TEMP=G:\
  94.       
  95.         
  96.              To really complicate matters, when I am on a PC connected to a
  97.      network, I need to incorporate the network configuration files into
  98.      both my AUTOEXEC.BAT and CONFIG.SYS files.  Things were really becoming
  99.      cumbersome there for a while.  I had a number of batch files I wrote
  100.      which would copy a temporary AUTOEXEC.BAT and CONFIG.SYS file to my
  101.      root directory, then I would issue the famous <CTRL>-<ALT>-<DEL>
  102.      command to reboot my PC.
  103.       
  104.             Searching through the local bulletin boards, I was able to find
  105.      two good programs that allow a user to select a predefined boot
  106.      configuration, however, each program boasted an internal editor.  I had
  107.      to learn a new set of editor commands if I wanted revise an
  108.      AUTOEXEC.BAT or CONFIG.SYS from within the program.  This was not
  109.      acceptable, as when I needed an 'on - the - fly' configuration, I usually
  110.      needed it in a hurry.  Additionally, I found the user interface to be a
  111.      little clumsy for the novice end-user.  Thus, the development of ConEd.
  112.  
  113.             With ConEd, you have the ability to boot up a machine and select 
  114.      from several different configurations.  You can choose to invoke a
  115.      Network/LAN, or choose a particular library to use, or free up as much
  116.      memory for DOS as possible by NOT loading some TSRs'.  The options are
  117.      almost endless.  If you are in need of more than one configuration, 
  118.      ConEd is for you.
  119.  
  120.  
  121.      ConEd.DOC              October 21, 1990                      Page 3
  122.  
  123.   SHAREWARE
  124.   
  125.   ConEd is distributed under the "shareware" concept, also known as 
  126.   "user-supported software".  Under this concept, you save the high cost of
  127.   packaging and distribution while still receiving high quality software.
  128.   You are free, and in fact encouraged, to distribute this software to your 
  129.   friends, to BBS's and to user groups.  Companies that provide software
  130.   duplication services may include ConEd in their catalog and provide
  131.   copies for a reasonable duplication fee.  All copies must include the
  132.   files "CONED.EXE", and "CONED.DOC".  You are not allowed to modify the 
  133.   files in any way, and this shareware notice must be kept intact.  
  134.   The author, Ira T. Ashkenes retains all other rights to the program.
  135.  
  136.   Non-registered users of this software are granted a limited license to 
  137.   make an evaluation copy for trial use on a private, non-commercial basis, 
  138.   for the express purpose of determining whether ConEd is suitable for their 
  139.   needs.  At the end of this trial period, you should either register your 
  140.   copy or discontinue using ConEd.
  141.   
  142.   Why register?  If you use this program, then you should pay for your copy.
  143.   That way  I will be able to provide you support and updates.  Plus,
  144.   registered users receive update notices and technical support.  You will
  145.   also recieve a seriel number which will allow you to input your name into
  146.   the 'REGISTERED TO' space on the main menu.
  147.  
  148.   I'd be happy to hear of any improvements you'd like to see, as well as 
  149.   any bug reports.  
  150.   
  151.   When registering, or writing for any reason, please include the following:
  152.   
  153.     1.  ConEd version number
  154.     2.  where you obtained your copy from
  155.     3.  a description of your system  
  156.     4.  your full name and address
  157.  
  158.      If you are experiencing problems, in addition to the above requested
  159.      information, please send me a copy of your CONFIG.SYS and AUTOEXEC.BAT
  160.      files.  This may help in identifying what ConEd my be in conflict with.
  161.   
  162.   If you have any suggestions or discover any problems with the program you
  163.   can reach me thru the INFO*SHARE BBS system (300/1200/2400, 8N1) at
  164.   703-803-8000.  Leave e-mail for Ira.  INFO*SHARE is a 4 line, multi-user BBS 
  165.   with an on-line teleconference, and is the home of FALKEN BBS software.  
  166.   INFO*SHARE is the official support BBS for all my software and the latest 
  167.   versions are always available for downloading there.
  168.  
  169.   If you have an account on CompuServe, my mail address is 72560,3553, or
  170.   if you have an account on GEnie, I can be reached there as IASHKENES, and
  171.   I usually call both services every 2 - 3 days to check on mail.
  172.  
  173.   I also monitor the RelayNet International Message Exchange C programming,
  174.   Programming, ShareWare, and Software Review Conferences, and will respond
  175.   to all questions from there as well.
  176.  
  177.                            Support Shareware
  178.                 To register this product send $10.00 to:
  179.                             Ira T. Ashkenes
  180.                            10288 Abbott Road
  181.                         Manassas, Virginia 22110
  182.  
  183.  
  184.      ConEd.DOC              October 21, 1990                      Page 4
  185.       
  186.       
  187.      INSTALLATION
  188.       
  189.              Please read these instruction prior to actual installation, as
  190.      you may think of an easier method to suit your particular environment,
  191.      and perhaps get some idea of how you want your configuration naming
  192.      convention to be.
  193.       
  194.              Anywhere you see <RTN>, this is my way of telling you to
  195.      please strike the return or enter key.
  196.       
  197.              1.  From the root directory of your boot disk, create a
  198.      subdirectory named CONED  (i.e. MD CONED <RTN>).  Change to that
  199.      directory (i.e. CD\CONED <RTN>).  Copy CONED.EXE into that directory
  200.      using the DOS COPY command.
  201.       
  202.              2.  Simply execute ConEd by typing CONED <RTN> from the DOS
  203.      prompt.
  204.       
  205.              3.  The first screen to appear on the initial use of ConEd is
  206.      the configuration menu.  You are first prompted for your boot drive.
  207.      Enter that letter here.
  208.       
  209.              4.  Next, you are prompted for the path of your editor.
  210.      C:\DOS\ is the default.  If you do not own a full screen editor, or
  211.      cannot use a product which saves files in ASCII format, there is always
  212.      EDLIN which comes supplied with DOS.  If your editor is stored in
  213.      another subdirectory, type in that path (i.e. C:\EDITOR\ <RTN>).
  214.       
  215.              5.  You are now prompted for your editors name and extension.
  216.      For those users who do not have a full screen editor, EDLIN (yuk!) is
  217.      the default.  If you do own another editor, simply type the editors
  218.      name and extension in here.  (i.e. Q.EXE <RTN>)
  219.       
  220.              6.  The next item you are asked to enter is the drive and 
  221.      directory in which ConEd resides.  The default is the directory in
  222.      which you have called ConEd from. (i.e. C:\CONED\ <RTN>)
  223.  
  224.              7.  After completing steps 1 thru 6 above, you are presented
  225.      with ConEds main menu.  This is where you choose, edit, add, delete
  226.      or otherwise manipulate your configuration selections from.  As you
  227.      will see, the default for the first time installation is:
  228.  
  229.            "Your Current Configuration                        "
  230.  
  231.              8.  By striking the <ALT>E key combination, you can edit the 
  232.      description of the highlited configuration.  You have up to 50 characters 
  233.      per description field.  
  234.       
  235.              9.  Next, you must assign an extension for each description
  236.      entered.  Personally, I use text extensions such as NET for network, or
  237.      LAN for Local Area Network.  You can, however, use extensions such as
  238.      001, 002, etc.  The idea is to make it as convenient as possible for
  239.      you to associate the textual description with the associated extension.
  240.  
  241.      Simply type in the extension you desire to be assigned to the
  242.      corresponding AUTOEXEC.BAT and CONFIG.SYS files (which will be renamed
  243.      AUTOEXEC.xxx and CONFIG.xxx, where xxx represents the extension you
  244.      have assigned).
  245.       
  246.  
  247.  
  248.  
  249.      ConEd.DOC              October 21, 1990                      Page 5
  250.              INSTALLATION (continued)
  251.       
  252.             10.  After you have completed step nine, press the F10 function 
  253.      key to save this configuration.  ConEd will create an AUTOEXEC.xxx and 
  254.      CONFIG.xxx for the configuration you have entered in the setup menu.  
  255.      The configuration that is created is very small and basic, you will need
  256.      to edit it to suit your needs.  The very first time you do this, ConEd 
  257.      will create an AUTOEXEC.CUR and CONFIG.CUR in the subdirectory where ConEd
  258.      resides.
  259.       
  260.             11.  To add more configurations to your menu (up to 200              
  261.      configurations are available) simply strike the <ALT>A key combination.
  262.      After striking <ALT>A, you are brought to the Edit Configuration menu 
  263.      (Step 8).  After repeating this step for each configuration you have 
  264.      entered, you can simply edit each configuration to suit your needs.
  265.  
  266.             12.  You have completed the installation instructions.
  267.       
  268.              Now that you have read the installation instructions, here are
  269.      some suggestions/ideas to think about prior to actually running the
  270.      program for the first time:
  271.       
  272.                      A.  Think about what configurations you want to have
  273.      predefined, and what extensions you will assign them.
  274.       
  275.                      B.  If you dont want to edit the AUTOEXEC and CONFIG 
  276.      files that ConEd creates for you from the Configuration menu, by using
  277.      the DOS COPY command, copy your current AUTOEXEC.BAT and CONFIG.SYS to 
  278.      your CONED subdirectory, redirecting the file extension to an extension 
  279.      you will predefine.
  280.       
  281.             i.e.    copy c:\autoexec.bat c:\coned\autoexec.xxx 
  282.                     copy c:\config.sys c:\coned\config.xxx
  283.       
  284.                     where xxx represents the extesion you assign it.
  285.       
  286.                      Do this for each configuration you are going to select
  287.      during the installation process.
  288.       
  289.              After installation, you can use ConEd to edit each configuration
  290.      to do what you want it to do.  Remember to remember the extensions you
  291.      have chosen for use.
  292.       
  293.              The first configuration you choose should be the CURRENT
  294.      configuration (i.e. Your current AUTOEXEC.BAT and CONFIG.SYS).
  295.       
  296.              It is recommended that you invoke ConEd at the beginning of
  297.      EACH and every AUTOEXEC file so that ConEd will be called prior to any
  298.      other calls from the AUTOEXEC.  This allows you to select immediately
  299.      upon system boot which configuration you wish to invoke for the
  300.      particular PC session.
  301.       
  302.  
  303.  
  304.      ConEd.DOC              October 21, 1990                      Page 6
  305.  
  306.      Using ConEd
  307.  
  308.              To invoke ConEd, simply type CONED, or in your AUTOEXEC.BAT, 
  309.      have the following:
  310.                 
  311.                 cd\coned
  312.                 coned
  313.                 cd\
  314.  
  315.      This will allow your AUTOEXEC.BAT file to invoke ConEd every time you 
  316.      boot up so you will be able to choose which configuration you want to
  317.      use.
  318.       
  319.              The following command line parameters can be used as well:
  320.    
  321.                 -c     for CGA Video cards and monitors
  322.                 -m     to force MONO mode 
  323.                 -b     for bios video support
  324.                 -dx    to start the current configuration after x seconds
  325.                        has elapsed.  This is useful for operations such as
  326.                        running a BBS.  If the power fails, and then restarts,
  327.                        ConEd will select the current configuration after an
  328.                        x second duration.  If the cursor bar is moved, the
  329.                        delay will be canceled.   
  330.                 -sxxx  to start configuration xxx WITHOUT going thru the 
  331.                        ConEd menu.  This allows you to quickly select a new
  332.                        configuration from the DOS prompt.  ConEd will REBOOT
  333.                        your computer with the configuration you have selected.
  334.                                         
  335.  
  336.      Examples:  CONED -m             This will force mono mode
  337.                 CONED -b -d7         Uses bios video support for ConEd
  338.                                      and will start the current configuration
  339.                                      after 7 seconds have elapsed.
  340.  
  341.                 CONED -sNET          ConEd will reboot your computer with the
  342.                                      .NET configurations installed.
  343.         
  344.              When you execute ConEd you will be in the main menu.  By using
  345.      your arrow keys (UP and DOWN) you will move from one selection to the
  346.      next.  ConEd always starts with the cursor bar on the CURRENT
  347.      configuration.  If you wish to choose this configuration, simply press
  348.      the <RTN> key.  If you opt for another configuration, use your arrow
  349.      keys to highlight the particular configuration you want, strike the
  350.      <RTN> key, and your computer will reboot your machine with the selected
  351.      configuration.
  352.  
  353.              When selecting the current configuration, ConEd compares the 
  354.      file length of the current AUTOEXEC.BAT and CONFIG.SYS files with the 
  355.      AUTOEXEC.xxx and CONFIG.xxx files to ensure they are the same file.  
  356.      If your AUTOEXEC or CONFIG files have been modified, ConEd will present
  357.      a menu that will allow you to continue to exit, implementing the current
  358.      configuration; copy the AUTOEXEC.xxx and/or CONFIG.xxx file to the boot 
  359.      directory; or copy the boot directory AUTOEXEC.BAT and/or CONFIG.SYS 
  360.      to the ConEd directory with an extension that matches the current 
  361.      configurations extension.  This is useful when installation of a new
  362.      program modifies the existing CONFIG.SYS and AUTOEXEC.BAT files, and 
  363.      you wish to either retain those files with the current extension already
  364.      in use, or assign a new extension to them.
  365.  
  366.      ConEd.DOC              October 21, 1990                      Page 7
  367.  
  368.              FUNCTION KEYS:
  369.  
  370.           F1 - Brief online help to instruct the user of the functionality
  371.      of the program, and present available command keys.
  372.       
  373.           F2 - Gives the user the opportunity to view the DOS text screen
  374.      as it was before ConEd was invoked.  This is useful when attempting to
  375.      ensure that all of the drivers that the CONFIG.SYS calls were correctly
  376.      installed.
  377.  
  378.           F3 - Invokes the editor you have selected to edit the highlighted
  379.      configurations' AUTOEXEC.BAT file.  As you move your cursor bar up and 
  380.      down, the extensions of the AUTOEXEC. will change to correspond to 
  381.      whatever textual description you are on.  To return to ConEd, simply exit 
  382.      your editor as you would at any other time.
  383.       
  384.           F4 - Invokes the editor you have selected to edit the highlighted 
  385.      configurations' CONFIG.SYS file.  As you move your cursor bar up and down,
  386.      the extensions of the CONFIG. will change to correspond to whatever 
  387.      textual description you are on.  To return to ConEd, simply exit your 
  388.      editor as you would at any other time.
  389.       
  390.           F5 - Invokes the Configuration Menu.  This allows you to change, 
  391.      any of the setup options that had been previously selected.  When 
  392.      altering the setup, press the F10 function key to save the changes or 
  393.      the ESC key to abort changes.  In either case, you are returned to the 
  394.      ConEd main menu.
  395.       
  396.           F6 - Presents you with an information screen which tells and how 
  397.      to get in touch with the author.
  398.       
  399.           F7 - Allows the user to reboot their computer without exiting to 
  400.      DOS or issuing a <CTRL>-<ALT>-<DEL> command.  A user may wish to perform 
  401.      this operation if they realize that a particular function in the 
  402.      CONFIG.SYS file was not invoked properly.  An example would be if you are
  403.      connected to a LAN, and one of the drivers that the CONFIG.SYS calls was 
  404.      not correctly installed or failed.
  405.  
  406.           F8 - Environment Viewer.  This allow you to view the current 
  407.      environment from within ConEd.  This is the same as typing 'SET' from the 
  408.      DOS prompt.
  409.  
  410.           F9 - Ends the ConEd program, resumes the configuration in process.
  411.                 
  412.           <ALT>A - Allows a user to ADD a configuration (up to 200 of them).  
  413.  
  414.           <ALT>C - Copy a configuration.  This allows you to copy the 
  415.      highlighted configuration to the boot drives root directory WITHOUT
  416.      rebooting at this time.  This allows you plan ahead for an upcoming 
  417.      system reboot.
  418.  
  419.           <ALT>D - Deletes the highlighted configuration AND the associated 
  420.      AUTOEXEC.xxx and CONFIG.xxx files.
  421.  
  422.           <ALT>E - Edit the highlighted configuration description. 
  423.  
  424.           PGUP, PGDN, UPARROW, DNARROW, HOME and END keys move the ighlited 
  425.      cursor bar around the screen.
  426.  
  427.      ConEd.DOC              October 21, 1990                      Page 8
  428.  
  429.                                 DISCLAIMER
  430.       
  431.           Unfortunately, these are necessary, so I will make this as
  432.       short and to the point as possible.
  433.       
  434.           Ira T. Ashkenes hereby disclaims all warranties relating to
  435.      this software, whether express or implied, including without
  436.      limitation any implied warranties of merchantability or fitness
  437.      for a particular purpose. Ira T. Ashkenes will not be liable for
  438.      any special, incidental, consequential, indirect or similar damages
  439.      due to loss of data or any other reason, even if Ira T. Ashkenes or
  440.      an agent of Ira T. Ashkenes has been advised of the possibility of 
  441.      such damages.  In no event shall Ira T. Ashkenes's liability for 
  442.      any damages ever exceed the price paid for the license to use 
  443.      software, regardless of the form of the claim.  The person using 
  444.      the software bears all risk as to the quality and performance of the
  445.      software.
  446.  
  447.      ConEd.DOC              October 21, 1990                      Page 9
  448.  
  449.       ConEd version 2.2                               Registration Form
  450.       ─────────────────────────────────────────────────────────────────
  451.         Make checks payable to:
  452.           Ira Ashkenes     
  453.           10288 Abbott Road
  454.           Manassas, Virginia 22110
  455.       ─────────────────────────────────────────────────────────────────
  456.  
  457.       Quan       Item                             Price       Total
  458.  
  459.       ___  CONfiguration EDitor Ver 2.2 .....   @ $10         $________
  460.                (see below for Site License)
  461.  
  462.                                                    Subtotal   $________
  463.  
  464.          Virginia State residents add 4.5% sales tax.   Tax   $________
  465.  
  466.     If you would like a diskette shipped to you add 3.00      $________
  467.              5¼ [ ]        3½  [ ]
  468.                                                       Total   $________
  469.  
  470.  
  471.                         Checks or money orders accepted.
  472.  
  473.       ─────────────────────────────────────────────────────────────────
  474.  
  475.           Name_______________________________________________________
  476.  
  477.        Company_______________________________________________________
  478.  
  479.        Address_______________________________________________________
  480.  
  481.               _______________________________________________________
  482.  
  483.          Phone_________________________  Bus.________________________
  484.  
  485. Name you would like to appear in REGISTRED TO space: (25 character MAX)
  486.  
  487.    __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __
  488.  
  489.       Where did you obtain ConEd?  
  490.  
  491.               _______________________________________________________
  492.  
  493. Comments/Suggestions :
  494.  
  495.               _______________________________________________________
  496.  
  497.               _______________________________________________________
  498.  
  499.               _______________________________________________________
  500.  
  501.               _______________________________________________________
  502.  
  503. SITE LICENSE Pricing:
  504.  
  505.      1 to 10 computers ..... at $10 each   # computers ___x 10.00  ______
  506.     11 to 20 computers ..... at $9.00 each # computers ___x  9.00  ______
  507.     21 to 49 computers ..... at $7.00 each # computers ___x  7.00  ______
  508.     50 to 99 computers ..... at $6.00 each # computers ___x  6.00  ______
  509.     100 or more computers .. $500 one time fee                     ______
  510.  
  511. Personalized Copies (with Corporate and Personal Logos, etc) available,
  512. please send information along with licensing fee.
  513.  
  514.  
  515.